projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d51c175
)
* lisp/mail/rmail.el (rmail-probe): Be less strict.
author
Glenn Morris
<rgm@gnu.org>
Thu, 13 Feb 2014 18:23:36 +0000
(13:23 -0500)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 13 Feb 2014 18:23:36 +0000
(13:23 -0500)
Fixes: debbugs:16743
lisp/ChangeLog
patch
|
blob
|
history
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index afbaec909c62e8eb04cfeb385ea206e7e952a2bb..156c2440de5e3aa96e6c27bba24d72294e4374b2 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2014-02-13 Glenn Morris <rgm@gnu.org>
+ * mail/rmail.el (rmail-probe): Be less strict. (Bug#16743)
+
* jit-lock.el (jit-lock-mode): Doc fix.
2014-02-13 Juanma Barranquero <lekktu@gmail.com>
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index 6e3618a1db8bdab952f6f531d813ec57493df459..1a0161997574a9afc0a552b2db1ef451dff6d490 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-254,7
+254,7
@@
We do this by executing it with `--version' and analyzing its output."
(cond
((looking-at ".*movemail: invalid option")
'emacs) ;; Possibly...
- ((looking-at "movemail (GNU Mailutils
.*)
")
+ ((looking-at "movemail (GNU Mailutils")
'mailutils)
(t
;; FIXME: